From: Andreas Schwab Date: Sun, 27 Oct 2002 23:00:42 +0000 (+0000) Subject: (sh-mode-syntax-table): Don't make ^L X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30022 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d1dd2fe368b110e425b1ba3722a0f40e40d6a549;p=emacs.git (sh-mode-syntax-table): Don't make ^L end-of-comment syntax. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 35e72199a73..d6592cbc603 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -395,7 +395,6 @@ the car and cdr are the same symbol.") (defvar sh-mode-syntax-table '((sh eval sh-mode-syntax-table () ?\# "<" - ?\^l ">#" ?\n ">#" ?\" "\"\"" ?\' "\"'"